(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG IEEESPFloor()
SYNOPSIS
LONG y

LOCATION
In MathIeeeSingBasBase at offset 15
FUNCTION
Calculate the largest integer ieeesp-number less than or equal to fnum

INPUTS
y
IEEE single precision floating point
RESULT
IEEE single precision floating point

Flags: zero : result is zero negative : result is negative overflow : 0 (???)

NOTES
EXAMPLE
       floor(10.5) = 10
       floor(0.5)  = 0
       floor(-0.5) = -1
       floor(-10.5)= -11

BUGS
SEE ALSO
INTERNALS
HISTORY
25.06.1997 bergers
*** empty log message ***